home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
amigados
/
empcd11.lha
/
empcd
/
EMPCD
next >
Wrap
Text File
|
1994-10-15
|
1KB
|
37 lines
/* Entry used to acces a CD-ROM not hooked to the EMPLANT SCSI port */
/* Name of the device controlling the CD-ROM.
* IMPORTANT: only Mount V39+ recognizes this field. Workbench 2.x users must
* modify empcd.device using an hex editor (the default is scsi.device)
*/
Control = tandemcd.device
/* Unit of the device controlling the CD-ROM */
Unit = 0
/* Flags for the device */
Flags = 0
/* Number of buffers to use for the prefetch cache.
* Increasing this value by 1 consumes an additional 4K of RAM.
*/
Buffers = 25
/* Memory flags used to allocate buffers. Set this to 513 when using a DMA
* Zorro-2 controller on a 32 bit addressing machine (A3000, A4000)
*/
BufMemType = 1
/* Maximum amount of bytes to trasfer in one go */
MaxTransfer = 0x100000
/* Don't touch the following fields */
Device = empcd.device
BlocksPerTrack = 32
Surfaces = 16
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 3000
StackSize = 600